#!/bin/sh
if [ -d "/Library/StartupItems/ParallelsDispatcherService" ]; then
	rm -rf /Library/StartupItems/ParallelsDispatcherService
fi

